/* pop is a simple listview, just set the windows ** default object to this to enable keyboard control */ SAVEDS ASM VOID WindowFunc(REG(a2) Object *pop,REG(a1) Object *win) { set(win,MUIA_Window_DefaultObject,pop); }